home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set the visible of sprite 18 to 0
- set the visible of sprite 19 to 0
- set the visible of sprite 20 to 0
- set the visible of sprite 21 to 0
- if rollOver(9) then
- set the visible of sprite 19 to 1
- end if
- if rollOver(10) then
- set the visible of sprite 20 to 1
- end if
- if rollOver(11) then
- set the visible of sprite 21 to 1
- end if
- if rollOver(13) then
- set the visible of sprite 18 to 1
- end if
- end
-